home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / FadeToBlack Folder / Gamma Fade v1.1.2 / Test App / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-16  |  159 b   |  16 lines  |  [TEXT/KAHL]

  1. #include "about.h"
  2.  
  3.  
  4. main() {
  5.  
  6.     InitGraf(&thePort);
  7.     InitFonts();
  8.     InitWindows();
  9.     InitMenus();
  10.     TEInit();
  11.     InitDialogs(0);
  12.  
  13.     doAboutBox();
  14.  
  15.     ExitToShell();
  16.     }